Skip to main content

MOVE_OBJ

[[MOVE_OBJ(object_cell_coordinate, destination_cell_coordinate)]]

This action teleports the object (furniture) located at the cell with the coordinate object_cell_coordinate to the specified destination cell with the coordinate destination_cell_coordinate.

Parameters: (object_cell_coordinate, destination_cell_coordinate)

  • Example: {[[(K), ON_TRAP_TRIGGER(P8)]] A trap springs, launching a spear (resolve the trap normally). Immediately afterwards a complex sets of gears activates moving the weapons rack just in front of you. [[MOVE_OBJ(N8,N7)]]}

In this example, when a hero steps into cell P8, it triggers the ON_TRAP_TRIGGER(P8) event. This event displays the text "A trap springs, launching a spear ..." and then moves the weapons rack from cell N8 to cell N7.